ANativeActivityCallbacks.onNativeWindowResized

The drawing window for this native activity has been resized. You should retrieve the new size from the window and ensure that your rendering in it now matches.

struct ANativeActivityCallbacks
void function(ANativeActivity* activity, ANativeWindow* window) onNativeWindowResized;

Meta